/* CSS */

/* ==========================================================================
   Base
   ========================================================================== */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	width: 100%;
	font-size: 100%;
	background: url('screens/container_bg.png');
}

#container {
	width: 100%;
	height: auto;
}

#header,
#fsg
#eye,
#contents,
#footer {
	width: 100%;
	margin: 0 auto;
}

#header,
#footer .under {
	background-image: none;
	background-color: #ffffff;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	background: transparent;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Clearfix
   ========================================================================== */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* ==========================================================================
   header
   ========================================================================== */

#header .header_contents {
	width: 100%;
	max-width: 1024px;
	height: 50px;
	margin: 0 auto;
}

#header .header_contents_other:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

#header .header_contents_other {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

#header .header_contents .logo {
	width: 90px;
	height: 40px;
	float: left;
	text-indent: -9999px;
	background: url('common/canon.gif') no-repeat center;
}

#header .header_contents_other .logo {
	float: left;
	margin-left: 10px;
	padding: 4px 5px 5px 2px;
}

#header .header_contents_other .logo img {
	vertical-align: middle;
	width: 120px;
}


#header .header_contents .header_nav {
	width: auto;
	height: 40px;
	padding: 8px 0;
	margin-right: 30px;
	float: right;
}

#header .header_contents_other div.header_nav_bar {
	float: right;
	margin-right: -1em;
}

#header .header_contents_other div.header_nav_bar_other {
	float: right;
}

#header .header_contents .header_nav img,
#header .header_contents .header_nav_bar img,
#header .header_contents .header_nav_bar_other img {
	vertical-align: baseline;
}

#header .header_contents .header_nav .home,
#header .header_contents .header_nav .search {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	float: left;
}

#header .header_contents .header_nav .home {
	width: auto;
	margin-right: 35px;
}

#header .header_contents .header_nav .search {
	width: auto;
}

#header .header_contents .header_nav .home a,
#header .header_contents .header_nav .search a {
	padding-left: 20px;
	color: #333;
}

#header .header_contents .header_nav .home span,
#header .header_contents .header_nav .search span {
	font-size: 1.3em;
}


#header .headline {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #c1c1c1;
	background: url('screens/container_bg.png');
}

#header .headline_setup {
	width: 100%;
	margin: 0 0;
}

#header .headline_comp {
	width: 100%;
	margin: 10px auto;
}

#header .headline .h1_txt {
	width: 100%;
	max-width: 1024px;
	margin: 10px auto;
}

#header .headline_comp .h1_txt {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

#header .headline .h1_txt h1{
	margin-left: 18px;
	font-size: 1.5em;
	font-weight: bold;
}

/* ==========================================================================
   setup
   ========================================================================== */

#header ul.UF_steps {
	display: table;
	margin-top: 0.5em;
	width: 100%;
}

#header ul.UF_steps_other {
	display: table;
	margin-top: 0.5em;
	width: 100%;
}

#header ul.UF_steps li {
	display: table-cell;
	font-size: 0.8em;
	width: 7.5em;
	padding: 0.1em 0;
	vertical-align: middle;
	text-align: center;
	color: #696969;
}

#header ul.UF_steps_other li {
	display: table-cell;
	font-size: 0.8em;
	width: 3em;
	padding: 0.1em 0;
	vertical-align: middle;
	text-align: center;
	color: #696969;
}

#header ul.UF_steps li.UF_steps_active,
#header ul.UF_steps_other li.UF_steps_active {
	color: #151515;
}

#header ul.UF_steps span.UF_steps_step {
	display: inline;
}

#header ul.UF_steps li span.UF_steps_contents {
	display: block;
	padding: 0 0.4em 0 1em;
	width: 5.5em;
	margin-right: 0;
}

#header ul.UF_steps_other li span.UF_steps_contents {
	display: block;
	width: auto;
	margin-right: 0;
}

#header ul.UF_underline {
	margin-top: -2px;
}
#header ul.UF_underline li span {
	display: block;
	border-top: solid 1px #cccccc;
}
#header ul.UF_underline li:first-child span {
	margin-left: 51%;
}

#header ul.UF_use_display li:last-child span {
	margin-right: 50%;
}

#header ul.UF_steps li.UF_steps_none,
#header ul.UF_steps_other li.UF_steps_none {
	padding: 0;
}


#contents div.UF_contents div.UF_step_contents ul.UF_setup li.UF_setup_step {
	display: table;
	table-layout: fixed;
	position: relative;
}

#header .headline_comp h1.UF_comp_h1 {
	margin-left: 10px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
}


#header .headline_setup h1.UF_step_h1 {
	margin-left: 50px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
}

#header .headline_setup h1 span.UF_step_num {
	font-size: 2.7em;
}

#header .headline .h1_txt p {
	margin-left: 10px;
	font-size: 1.2em;
}

/* ==========================================================================
   fsg
   ========================================================================== */
#fsg .fsg_contents {
	max-width: 1024px;
	width: 100%;
	margin: 10px auto;
	text-align: right;
}

#fsg .fsg_contents img {
	vertical-align: middle;
}

#fsg .fsg_contents span {
	vertical-align: bottom;
	color: #36A3E0;
}

/* ==========================================================================
   eye
   ========================================================================== */
#eye .eye_contents{
	max-width: 1024px;
	margin: 0 auto;
	height: auto;
}

#eye .eye_contents table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#eye .eye_contents table td.main {
	width: 50%;
	padding: 0;
	vertical-align: top;
}

#eye .eye_contents table td.sub {
	width: 25%;
	padding: 0;
}

#eye .eye_contents table td.eye_txt {
	background-color: #E9CB6B;
	text-align: center;
	vertical-align: middle;
}

#eye .eye_contents table td.eye_txt span {
	font-size: 1.3em;
	color: #ffffff;
}

#eye .eye_contents img {
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	max-width:100%;
	max-height:100%;
}

/* ==========================================================================
  contents
   ========================================================================== */

#contents .main_head,
#contents .main_content,
#contents .main_foot {
	width: 100%;
	max-width: 1024px;
	margin: -15px auto -15px auto;
	box-sizing:border-box;
	background-color: #ffffff;
}

#contents .main_head {
	margin-top: 20px;
	background: none;
}

#contents .main_head_s {
	display: none;
}

#contents .main_content {
	border: 1px solid #DCDCDC;
	border-radius: 0 0 5px 5px;
}

#contents .banner {
	width: 100%;
	margin: 20px auto;
	border-top: 1px solid #c1c1c1;
}

#contents .banner .figure {
	max-width: 1024px;
	margin: 0 auto;
}

#contents .banner .figure img {
	margin: 20px 10px 0;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
  Setting Up the FAX
   ========================================================================== */

#contents .fax_setup {
	width: 68%;
	margin: 50px auto;
	text-align: center;
}

#contents .fax_setup .fax_img {
	width: 18%;
	float: left;
}

#contents .fax_setup .fax_mes {
	width: 75%;
	float: left;
}

#contents .fax_setup p span.fsg {
	font-size: 20px;
}

#contents .fax_setup p a {
	width: 75%;
	padding: 13px 13px 13px 15px;
	display: inline-block;
	text-decoration: none;
	color: #222;
	border: solid 1px #c8c8c8;
	box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	-moz-box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	background-color: #ffff99;
}
#contents .fax_setup p a:hover {
	background-color: #F7FCFF;
}

/* ==========================================================================
   Category Buttons Layout
   ========================================================================== */

#contents ul#category_btn {
	width : 100%;
	height: 71px;
	line-height: 56px;
}

#contents ul#category_btn li {
	width: 20%;
	font-size: 16px;
	float: left;
	text-align: center;
	cursor: pointer;
	color: #888888;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% calc(100% - 15px);
	padding-bottom: 15px;
}

#contents ul#category_btn li.print { background-image: url('screens/category_back_1.png'); }
#contents ul#category_btn li.scan { background-image: url('screens/category_back_2.png'); }
#contents ul#category_btn li.copy { background-image: url('screens/category_back_3.png'); }
#contents ul#category_btn li.setting { background-image: url('screens/category_back_3.png'); }
#contents ul#category_btn li.appli { background-image: url('screens/category_back_4.png'); }

#contents ul#category_btn li:last-child {
	margin-right: 0;
}

#contents ul#category_btn li.print:hover,
#contents ul#category_btn li.scan:hover,
#contents ul#category_btn li.copy:hover,
#contents ul#category_btn li.setting:hover,
#contents ul#category_btn li.appli:hover,
#contents ul#category_btn li.print.active,
#contents ul#category_btn li.scan.active,
#contents ul#category_btn li.copy.active,
#contents ul#category_btn li.setting.active,
#contents ul#category_btn li.appli.active {
	height: 70px;
	line-height: 65px;
	margin-top: -5px;
	color: #ffffff;
	background: url('screens/category_back_active.png') no-repeat;
	background-size: 100% 100%;
	padding-bottom: 0;
}

/* ==========================================================================
   device Buttons Layout
   ========================================================================== */

#contents ul#device_btn {
	width : 100%;
	margin-top: 15px;
	padding: 15px 25px;
	box-sizing: border-box;
}

#contents ul#device_btn.active {
	padding:15px 0;
}

#contents ul#device_btn li {
	padding: 0 1px;
	line-height: 30px;
	font-size: 15px;
	float: left;
	border-left: solid 1px #c8c8c8;
	cursor: pointer;
}

#contents ul#device_btn li:last-child {
	border-right: solid 1px #c8c8c8;
}

#contents ul#device_btn li span {
	height: 30px;
	padding: 0 15px 0 10px;
	display: inline-block;
}

#contents ul#device_btn li img {
	padding-left: 15px;
	vertical-align: middle;
}

#contents ul#device_btn li.pc { color: #52BA97; }
#contents ul#device_btn li.sp { color: #FF8C8D; }


#contents ul#device_btn li.pc.active { background: #D1E8E0; }
#contents ul#device_btn li.sp.active { background: #FAE3E3; }


/* ==========================================================================
   Topic buttons
   ========================================================================== */

#contents ul#grid {
	width: 96%;
	max-width: 975px;
	margin: 15px auto 0 auto;
}

#contents ul#grid li.element {
	width: 210px;
	height: 200px;
	margin: 0 10px 17px 8px;
	float: left;
	font-weight: bold;
	word-wrap: break-word;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 3px 2px;
}
#contents ul#grid li.element a {
	width: 210px;
	height: 200px;
	display:inline-block;
	text-decoration: none;
	color: #222;
	border: solid 1px #c8c8c8;
	box-shadow:rgb(187, 187, 187) 0px 0px 20px -5px inset;
	-webkit-box-shadow:rgb(187, 187, 187) 0px 0px 20px -5px inset;
	-moz-box-shadow:rgb(187, 187, 187) 0px 0px 20px -5px inset;
	background: url('screens/element_bg.png');
}

#contents ul#grid li.element a:hover {
	border: solid 2px #2377C3;
}

#contents ul#grid li.element .element_img_p {
	width: 100%;
	height: 110px;
	display: inline-block;
	z-index: 1;
	border-bottom: 1px solid #DDDDDD; 
}

#contents ul#grid li.element .element_img {
	width: 100%;
	height: 90px;
	display: inline-block;
	z-index: 1;
	border-bottom: 1px solid #DDDDDD; 
	padding-bottom: 20px;
}

#contents ul#grid li.element .element_text1 {
	width: 230px;
	margin: 5px auto;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
}

#contents ul#grid li.element .element_text2 {
/*	width: 220px; */
	margin: 5px auto;
	padding: 0 5px;
	text-align: left;
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

.ds_none {
	display: none;
}

/* ==========================================================================
   topicbutton.img
   ========================================================================== */


#contents ul#grid li.element .element_img.dummy { background: url('screens/dummy_01.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.smart { background: url('screens/icon_smart.png') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.epe_cal { background: url('screens/icon_epe_cal.jpg') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.epe_pra { background: url('screens/icon_epe_pra.jpg') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.epe_lab { background: url('screens/icon_epe_lab.jpg') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.nail { background: url('screens/icon_nail.jpg') no-repeat center; background-size: cover; }
#contents ul#grid li.element .element_img.epe { background: url('screens/icon_epe.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cl { background: url('screens/icon_cl.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.ste { background: url('screens/icon_ste.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.gcp { background: url('screens/icon_gcp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.ap { background: url('screens/icon_ap.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.ap2 { background: url('screens/icon_ap2.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.pi { background: url('screens/icon_pi.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.mp { background: url('screens/icon_mp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.apm { background: url('screens/icon_apm.png') no-repeat center; background-size: 58%; }
#contents ul#grid li.element .element_img.mig { background: url('screens/icon_mig.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.dl { background: url('screens/icon_dl.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cp { background: url('screens/icon_cp.png') no-repeat center; background-size: 58%; }
#contents ul#grid li.element .element_img.pyd { background: url('screens/icon_pyd.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.tap { background: url('screens/icon_tap.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.bcp { background: url('screens/icon_bcp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.nc { background: url('screens/icon_nc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.sto { background: url('screens/icon_sto.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.stc { background: url('screens/icon_stc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cs { background: url('screens/icon_cs.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.op { background: url('screens/icon_op.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.pss { background: url('screens/icon_pss.png') no-repeat center; background-size: 58%; }
#contents ul#grid li.element .element_img.os { background: url('screens/icon_os.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.gh { background: url('screens/icon_gh.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.fgs { background: url('screens/icon_fgs.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.eppp { background: url('screens/icon_eppp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.qtb { background: url('screens/icon_qtb.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cpis { background: url('screens/icon_cpis.png') no-repeat center; background-size: 65%; }
#contents ul#grid li.element .element_img.cip { background: url('screens/icon_cip.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.psp { background: url('screens/icon_psp.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cm { background: url('screens/icon_cm.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.dmc { background: url('screens/icon_dmc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.mct { background: url('screens/icon_mct.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.pal { background: url('screens/icon_pal.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.dps { background: url('screens/icon_dps.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.tsc { background: url('screens/icon_tsc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.rec { background: url('screens/icon_rec.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.phc { background: url('screens/icon_phc.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cls { background: url('screens/icon_cls.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.cfs { background: url('screens/icon_cfs.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.nwds { background: url('screens/icon_nwds.png') no-repeat center; background-size: 60%; }
#contents ul#grid li.element .element_img.blt { background: url('screens/icon_blt.png') no-repeat center; background-size: 58%; }
#contents ul#grid li.element .element_img.mip { background: url('screens/icon_mip.png') no-repeat center; background-size: 65%; }
#contents ul#grid li.element .element_img.spc { background: url('screens/icon_spc.png') no-repeat center; background-size: contain; }

/* ==========================================================================
   footer
   ========================================================================== */

#footer {
	margin: 0 auto;
}

#footer .upper {
	height: 80px;
}

#footer .upper #page-top {
	height: 36px;
	padding: 0 5px 0 45px;
	line-height: 36px;
	text-align: right;
	position: fixed;
	bottom: 50px;
	right: 0;
	background: #888 url('screens/to_top.png') no-repeat 5px 5px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#footer .upper p a {
	color: #fff;
	padding-right: 30px;
	display: block;
}

#footer .upper p a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#footer .under {
	max-height: 35px;
	line-height: 35px;
	text-align: center;
	border-top: 1px solid #c1c1c1;
	font-size: 12px;
	color: #cccccc;
}

.attend {
	max-width: 1024px;
	margin: 25px auto 0 auto;
	padding-left: 10px;
	font-size: 14px;
}

/* ==========================================================================
   max-width:1024px
   ========================================================================== */

@media only screen and (max-width:1024px){


	#header .header_contents_other {
/*		height: 40px; */
		padding: 0.1em 1em 0 0;
	}

	#header .header_contents_other div.header_nav_bar {
		margin: 0 -0.5em 0 0;
	}

	#header ul.UF_steps li {
		font-size: 0.8em;
		width: 33%;
	}

	#header ul.UF_steps li span.UF_steps_contents {
		padding: 0 0.3em 0 0.6em;
	}

}

/* ==========================================================================
   max-width:700px
   ========================================================================== */

@media only screen and (max-width:700px){

	#header .header_contents_other {
		padding-top: 0.1em;
	}

	#header .header_contents_other .logo img {
		width: 84px;
	}

	#header .header_contents_other div.header_nav_bar {
		margin-right: 0;
	}

	#header ul.UF_steps,
	#header ul.UF_steps_other {
		margin-top: 0;
		margin-right: 0.2em;
	}

	#header ul.UF_steps li {
		width: 1em;
		font-size: 1em;
	}

	#header ul.UF_steps_other li {
		width: 2.5em;
		font-size: 1em;
	}


	#header ul.UF_steps span.UF_steps_step {
		display: none;
	}

	#header ul.UF_steps li span.UF_steps_contents {
		width: 2em;
		padding: 0 0.3em;
	}

	#header ul.UF_underline {
		margin-top: -2px;
	}

	#header .headline_setup h1.UF_step_h1 {
		margin-left: 3%;
	}

	#eye .eye_contents table td.eye_txt span {
		font-size: 0.9em;
	}
}

/* ==========================================================================
   max-width:640px
   ========================================================================== */

@media only screen and (max-width:640px){
	#body {
		width: 100%;
		margin: 0 auto;
	}

	#container {
		padding: 0;
		margin: 0 auto;
	}

	#header,
	#slider,
	#contents,
	#contents .main_head,
	#contents .main_content,
	#contents .main_foot,
	#footer {
		width: 100%;
		min-width: 1px;
		margin: 0 auto;
	}

	#slider,
	#contents,
	#contents .main_head,
	#contents .main_content,
	#contents .main_foot,
	#footer {
		background-color: transparent;
	}

	#header .headline .h1_txt {
		width: 97%;
		max-width: 1024px;
		height: auto;
		padding: 0 1.5%;
		line-height: 30px;
		margin: 0 auto;
	}

	#header .headline .h1_txt h1{
		font-size: 21px;
		font-weight: bold;
		margin-top: 10px;
	}

	#contents ul#category_btn li {
		font-size: 14px;
	}

	#contents .main_head {
		margin-top: 20px;
	}

	#contents .main_content {
		border: none;
	}

	#contents .main_foot {
		display: none;
	}

	#contents .fax_setup {
		width: 88%;
		margin: 10px auto;
		padding: 8px;
		text-align: center;
		background-size: auto auto;
	}

	#contents .fax_setup .fax_img {
		width: 28%;
		float: left;
	}

	#contents .fax_setup .fax_mes {
		width: 70%;
		float: left;
	}

	#contents .fax_setup p {
		font-size: 14px;
	}

	#contents .fax_setup p span.fsg {
		font-size: 18px;
	}

	#contents .fax_setup a {
		width: 88%;
	}


	#contents ul#device_btn {
		width : 100%;
		padding: 10px 0;
	}

	#contents ul#device_btn li {
		width: 48%;
		height: 65px;
		line-height: 1;
		margin: 3px 1%;
		padding: 0;
		text-align: center;
		border: none;
		word-break: break-all;
		font-size: 0.9em;
	}

	#contents ul#device_btn li:last-child {
		border-right: none;
	}

	#contents ul#device_btn li span {
		width: 500px;
		height: 65px;
		padding: 0 10% 0 23%;
		display: table-cell;
		vertical-align: middle;
	}

	#contents ul#device_btn li img {
		display: none;
	}

	#contents ul#device_btn li.all span { background: #E6F1F7; padding: 0 15%; }
	#contents ul#device_btn li.pc span { background: url('screens/icon_pc.png') 7% 50% no-repeat #D1E8E0; }
	#contents ul#device_btn li.sp span { background: url('screens/icon_sp.png') 9% 50% no-repeat #FAE3E3; }
	#contents ul#device_btn li.body span { background: url('screens/icon_body.png') 9% 50% no-repeat #FAEBD4; }
	#contents ul#device_btn li.body span span { padding: 0; background-image: none }

	#contents ul#device_btn li.active {
		border: 2px solid #67B2D9;
		box-sizing: border-box;
	}

	#contents ul#device_btn li.active span {
		height: 61px;
	}

	#contents ul#device_btn li.pc.active span { background: url('screens/icon_pc.png') 6.5% 50% no-repeat #D1E8E0; }
	#contents ul#device_btn li.sp.active span { background: url('screens/icon_sp.png') 8% 50% no-repeat #FAE3E3; }

	.attend {
		margin: 0 0 0 20px;
		padding-left: 0;
	}
}

/* ==========================================================================
   max-width:480px
   ========================================================================== */
@media screen and (max-width: 480px){

	#header ul.UF_steps span.UF_steps_step {
		display: none;
	}

	#header ul.UF_steps li {
		width: 0.5em;
		font-size: 0.9em;
	}

	#header ul.UF_steps_other li {
		width: 2.5em;
		font-size: 0.9em;
	}

	#header ul.UF_steps li span.UF_steps_contents {
		width: 2.5em;
		padding: 0;
	}

	#header .headline .h1_txt p {
		font-size: 1em;
}

	.eye_contents  {
		display: none;
	}
	#header .header_contents .header_nav .home span,
	#header .header_contents .header_nav .search span {
		display: none;
	}

	#fsg .fsg_contents {
		width: 97%;
		margin: 10px 0;
	}

	#fsg .fsg_contents img {
		vertical-align: middle;
	}

	#fsg .fsg_contents span {
		vertical-align: bottom;
		color: #36A3E0;
	}

	#contents .main_head {
		margin-top: 0;
		display: none;
	}

	#contents .main_head_s {
		display: block;
		text-align: center;
	}

	#contents .main_head_s div.narrow_down {
		width: 92%;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #36A3E0;
		background: #eee;
		background: url(screens/search_icon.png) right 50% no-repeat;
		background-color: #ffffff;
		color: #36A3E0;
		font-size: 1em;
		-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
		-moz-box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
		box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
	}

	#contents .main_head_s select {
		width: 97%;
		padding: 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #36A3E0;
		background: #eee;
		background: url(screens/drop_down.png) right 50% no-repeat;
		background-color: #ffffff;
		color: #36A3E0;
		font-size: 1em;
		-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
		-moz-box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
		box-shadow: rgb(187, 187, 187) 0px 0px 5px -1px;
	}

	select::-ms-expand {
		display: none;
	}

	#contents ul#grid {
	margin: 15px auto 0 auto;
	}

	#contents ul#grid li.element {
		width: 46%;
		height: 160px;
		margin: 0 5px 15px 5px;
	}

	#contents ul#grid li.element a {
		width: 100%;
		height: 160px;
	}

	#contents ul#grid li.element .element_img {
		height: 80px;
		padding-bottom: 0;
	}

	#contents ul#grid li.element .element_text2 {
		width: 95%;
		font-size: 0.8em;
	}


	#header .header_contents {
		width: 100%;
		height: 55px;
		margin: 0 auto;
	}


	#header .header_contents .logo {
		float: left;
		padding: 0 5px 5px 0;
		text-indent: -9999px;
		background: url('common/canon.gif') no-repeat center;
	}

	#header .header_contents_other .logo {
		margin-left: 0;
		padding: 4px 5px 5px 2px;
	}


	#header .header_contents .header_nav {
		float: right;
		margin-top: 2px;
		margin-right: 3%;
		padding-left: 0;
	}

	#header .header_contents .header_nav .home,
	#header .header_contents .header_nav .search {
		padding-left: 0;
		float: left;
	}

	#header .header_contents .header_nav .home {
		margin-right: 0;
	}

	#header .header_contents .header_nav .search a,
	#header .header_contents .header_nav .home a {
		padding-left: 15px;
	}

	#header .headline_setup h1.UF_step_h1 {
		font-size: 1.3em;
	}

	#header .headline_setup h1.UF_step_h1 span.UF_step_num {
		font-size: 1.9em;
	}

}

/* ==========================================================================
   max-width:375px
   ========================================================================== */
@media screen and (max-width: 375px){

	#header .header_contents_other .logo {
		padding: 0 0 0 4px;
	}

	#header ul.UF_steps_other li {
		width: 1.5em;
		font-size: 0.9em;
	}

	#header ul.UF_steps li span.UF_steps_contents {
		width: 1.7em;
	}

	#header ul.UF_steps_other li span.UF_steps_contents {
		width: 1.7em;
	}

	#header .headline_setup h1.UF_step_h1 {
		font-size: 1.2em;
	}

	#header .headline_setup h1.UF_step_h1 span.UF_step_num {
		font-size: 1.5em;
	}
}


